crypto/tls.permanentError.err (field)
5 uses
crypto/tls (current package)
conn.go#L188: err net.Error
conn.go#L191: func (e *permanentError) Error() string { return e.err.Error() }
conn.go#L192: func (e *permanentError) Unwrap() error { return e.err }
conn.go#L193: func (e *permanentError) Timeout() bool { return e.err.Timeout() }
conn.go#L198: hc.err = &permanentError{err: e}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)